PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentToCSettings Class / setContentsPagePosition Method
Position in the document where the contents page is inserted. A negative value means that the contents page is added at the end of the document.
In This Topic
    setContentsPagePosition Method
    In This Topic
    Sets the contents page position in the document.
    This value is used if method returns true.
    Syntax
    public void setContentsPagePosition( 
       int value
    )

    Parameters

    value
    Position in the document where the contents page is inserted. A negative value means that the contents page is added at the end of the document.
    See Also